// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-02A TN_Widget.CreateTable([['Deana Carter','Anderson Music Hall','Hiawassee, GA','Saturday','5/11/2024','7:00 PM','6265114','Deana-Carter-5-11-2024'],['Marisa Anderson','Richmond Music Hall','Richmond, VA','Thursday','6/6/2024','8:00 PM','6400021','Marisa-Anderson-6-6-2024'],['Happy Together Tour','Anderson Music Hall','Hiawassee, GA','Friday','6/7/2024','7:00 PM','6145886','Happy-Together-Tour-6-7-2024'],['Bert Kreischer','Anderson Music Hall','Hiawassee, GA','Tuesday','6/18/2024','7:00 PM','6361325','Bert-Kreischer-6-18-2024'],['Marshall Tucker Band','Anderson Music Hall','Hiawassee, GA','Friday','6/21/2024','7:00 PM','6350247','Marshall-Tucker-Band-6-21-2024'],['Electric Avenue','Anderson Music Hall','Hiawassee, GA','Saturday','7/20/2024','6:00 PM','6387108','Electric-Avenue-7-20-2024'],['Our House - The Music of Crosby, Stills, Nash & Young','Anderson Theater At Cincinnati Memorial Hall','Cincinnati, OH','Wednesday','7/31/2024','8:00 PM','6393397','Our-House---The-Music-of-Crosby--Stills--Nash---Young-7-31-2024'],['Gene Watson & The Bellamy Brothers','Anderson Music Hall','Hiawassee, GA','Friday','8/16/2024','7:00 PM','6295733','Gene-Watson---The-Bellamy-Brothers-8-16-2024'],['Tommy James and The Shondells','Anderson Music Hall','Hiawassee, GA','Saturday','8/17/2024','7:00 PM','6319616','Tommy-James-and-The-Shondells-8-17-2024'],['Inspirations, The Martins & The Perrys','Anderson Music Hall','Hiawassee, GA','Sunday','8/18/2024','2:00 PM','6350263','Inspirations--The-Martins---The-Perrys-8-18-2024'],['The Grass Roots','Anderson Music Hall','Hiawassee, GA','Thursday','8/22/2024','7:00 PM','6295856','The-Grass-Roots-8-22-2024'],['The Guess Who','Anderson Music Hall','Hiawassee, GA','Friday','8/23/2024','7:00 PM','6323653','The-Guess-Who-8-23-2024'],['Crowder','Anderson Music Hall','Hiawassee, GA','Saturday','8/24/2024','7:00 PM','6186366','Crowder-8-24-2024'],['Emmylou Harris','Anderson Music Hall','Hiawassee, GA','Saturday','9/14/2024','7:00 PM','6350269','Emmylou-Harris-9-14-2024'],['American Made Music Festival: Kody Norris Show, Shenandoah & Larry, Steve & Rudy - The Gatlins - 3 Day Pass','Anderson Music Hall','Hiawassee, GA','Thursday','9/19/2024','TBD','6331602','American-Made-Music-Festival--Kody-Norris-Show--Shenandoah---Larry--Steve---Rudy---The-Gatlins---3-Day-Pass-9-19-2024'],['A New World: Intimate Music From Final Fantasy','Anderson Theater At Cincinnati Memorial Hall','Cincinnati, OH','Saturday','10/5/2024','5:30 PM','6408368','A-New-World--Intimate-Music-From-Final-Fantasy-10-5-2024'],['A Neil Diamond Tribute','Anderson Music Hall','Hiawassee, GA','Saturday','10/5/2024','7:00 PM','6331603','A-Neil-Diamond-Tribute-10-5-2024'],['A New World: Intimate Music From Final Fantasy','Anderson Theater At Cincinnati Memorial Hall','Cincinnati, OH','Saturday','10/5/2024','8:30 PM','6410211','A-New-World--Intimate-Music-From-Final-Fantasy-10-5-2024'],['Dylan Scott','Anderson Music Hall','Hiawassee, GA','Friday','10/11/2024','7:00 PM','6331604','Dylan-Scott-10-11-2024'],['Joe Nichols','Anderson Music Hall','Hiawassee, GA','Saturday','10/12/2024','7:00 PM','6227108','Joe-Nichols-10-12-2024'],['Nate Smith','Anderson Music Hall','Hiawassee, GA','Saturday','10/19/2024','7:00 PM','6227109','Nate-Smith-10-19-2024'],['Sara Evans','Anderson Music Hall','Hiawassee, GA','Friday','10/25/2024','7:00 PM','6400065','Sara-Evans-10-25-2024'],['Anderson & Roe','Diamonstein Concert Hall - CNU Ferguson Center for the Arts','Newport News, VA','Friday','4/18/2070','TBD','4035445','Anderson---Roe-4-18-2070'],['Big Al Anderson and The Floor Models','Infinity Music Hall & Bistro','Hartford, CT','Friday','12/26/2070','8:00 PM','4486083','Big-Al-Anderson-and-The-Floor-Models-12-26-2070']],'Anderson Music Hall','http://www.ticketnetwork.com/ticket/Anderson-Music-Hall-events.aspx');